home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Drivin' Route 66
/
Drivin' Route 66 (1995)(Creative Multimedia)[Mac-PC].iso
/
mac
/
RTHELP.DIR
/
00033_Script_33
< prev
next >
Wrap
Text File
|
1995-08-18
|
391b
|
22 lines
on exitFrame
global helptemp, frame
if helptemp="rtmm.dir" and frame=7 then
go "US MAP" of movie "rtmm.dir"
else
if helptemp="rtcm.dir" then
go frame frame of movie helptemp
set the mousedownscript to "gonext"
--go marker (0)
else
go frame frame of movie helptemp
end if
end if
unloadcast
updatestage
end